home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / examples / enable.ttyS2 < prev   
Text File  |  1996-08-02  |  784b  |  33 lines

  1. # ----- global section -----
  2. #
  3. # In this section, you put the global defaults, per-port stuff is below
  4.  
  5. # set the global debug level to "5" (which is quite verbose)
  6. debug 5
  7.  
  8. # which fax number to transmit to the receiving station
  9. fax-id +31 50 363 6686
  10.  
  11. # access the modem(s) with 38400 bps
  12. speed 38400
  13.  
  14. # the /dev/tty-device is owned by uucp.uucp and mode "rw-rw-r--" (664)
  15. #   Following the manual, I use the default (660)
  16. port-owner uucp
  17. port-group uucp
  18. #port-mode 0660
  19.  
  20. # incoming faxes are owned by "root.uucp" and mode "rw-r-----" (640)
  21. # I use the default (640)
  22. fax-owner root
  23. fax-group uucp
  24. #fax-mode 0640
  25.  
  26. port ttyS2
  27.     rings 1
  28.     login-prompt This is modem port \L of @\r\n\nPlease login:\040
  29.     init-chat "" ATZ OK
  30.     notify root
  31.     modem-type cls2
  32.     switchbd 19200
  33.